home *** CD-ROM | disk | FTP | other *** search
/ A Field Trip to the Sky (Demo) / Mac_Sunburst_AFieldTripToTheSky-Demo.iso / DIR / GAME.DIR / 00123_Script_Album From Game < prev    next >
Text File  |  1996-03-27  |  103b  |  10 lines

  1. on mouseDown
  2.   
  3.   if( doButtonPress() ) then
  4.     
  5.     prepareGameChild()
  6.     
  7.   end if
  8.   
  9. end
  10.